-
Notifications
You must be signed in to change notification settings - Fork 202
Add capability to convert on the fly GSI netCDF diagnostics to IODA format #4146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Add capability to convert on the fly GSI netCDF diagnostics to IODA format #4146
Conversation
This will produce, for example in:
Where
|
@RussTreadon-NOAA @ADCollard one thing here is that the GSI diags are separate files for _ges and _anl, and I don't know which one ends up getting saved (depends on what is processed last). Do we need to find a way to keep both GsiHofXBc from ges and anl, can we just use ges? Thoughts? |
@CoryMartin-NOAA. I checked a JEDI atmstat tarball from the prjedi. The observation specific netcdf files contain The prjedi atmvar.yaml has
It's my impression that |
@RussTreadon-NOAA no I'm talking about the GSI ncdiags, they have |
My two cents: We should save both the guess and analysis bias corrected innovations. Both sets of innovations are plottable from the current RadMon time series page. |
@RussTreadon-NOAA that was my thinking too |
@CoryMartin-NOAA @RussTreadon-NOAA Yes, we need both. I think @RussTreadon-NOAA was pointing out that we keep the same info in |
I'm hesitant to keep the format consistent as it will make it easier for us to know what came from where (GSI vs JEDI) but I'm open to making subsequent changes to the converter scripts (in the DA-Utils PR) to make things more consistent |
@RussTreadon-NOAA @ADCollard now I have it so that the files produced are like so:
where the groups have |
Nice! But don't you need to add |
@ADCollard it's there I just didn't copy the entire
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work
Description
This PR will add the capability to convert GSI netCDF diagnostic files to IODA-compliant netCDF files, which will also facilitate computing summary stats from GSI leveraging new, IODA-based tools.
Resolves #4145
Type of change
Change characteristics
Is this a breaking change (a change in existing functionality)? NO
Does this change require a documentation update? NO
Does this change require an update to any of the following submodules? YES
How has this been tested?
Example:
Checklist